home *** CD-ROM | disk | FTP | other *** search
- global movieshow, g_pause
-
- on mouseDown
- button()
- end
-
- on mouseUp
- if rollOver(clickOn()) then
- startTimer()
- repeat with i = 38 to 40
- puppetSprite(i, 0)
- end repeat
- if movieshow = 1 then
- set the keyDownScript to "checkkeytab"
- else
- set the keyDownScript to "checkkey0"
- end if
- if movieshow = 1 then
- go("move")
- else
- if g_pause = 1 then
- go("pa")
- else
- go("from")
- end if
- end if
- end if
- end
-